FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridDetailRow<TItem> Class / Index Property

In This Topic
    Index Property (GridDetailRow<TItem>)
    In This Topic
    Gets the index of the row inside the collection of rows of the associated FlexGrid.
    Syntax
    'Declaration
     
    Public ReadOnly Property Index As Integer
    public int Index {get;}
    See Also